CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 图的 邻接表 遍历

搜索资源列表

  1. 有向图的邻接表

    0下载:
  2. 键盘输入数据,建立一个有向图的邻接表。 (2)输出该邻接表。 (3)建立一个无向图的十字链表。 (4)在有向图的邻接表的基础上计算各顶点的度,并输出。 (5)采用邻接表存储实现无向图的深度优先遍历。。 (6)采用邻接表存储实现无向图的广度优先遍历。
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-18
    • 文件大小:1918
    • 提供者:安放但是
  1. 数据结构图的邻接矩阵,邻接表存储表示,图的深度优先搜索遍历,广度优先搜索遍历

    1下载:
  2. 数据结构图的邻接矩阵,邻接表存储表示,图的深度优先搜索遍历,广度优先搜索遍历
  3. 所属分类:源码下载

  1. picture

    0下载:
  2. 实现图的遍历。对图的深度和广度的遍历,建立邻接矩阵与邻接表-The realization of graph traversal. To map the depth and breadth of the traverse, the establishment of adjacency matrix and adjacency list
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:2109
    • 提供者:yuxin
  1. tudebianli

    0下载:
  2. 图的遍历和生成树求解实现(邻接矩阵、邻接表 ―图的深度广度遍历算法的实现和最小生成树PRIM和KRUSCAL算法的实现) -Graph Traversal and Spanning Tree Solution implementation (adjacency matrix, adjacency list- map the depth of breadth traversal algorithm and implementation of the minimum spanning tree al
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:9027
    • 提供者:xqx
  1. Broad-First-Search(AdjLGraph)

    0下载:
  2. 此代码为“图的广度优先遍历”的源代码,图的存储形式为邻接表,里面有图的邻接表存储的代码,还有广度优先遍历的算法,还有验证的主函数。-This code is " breadth-first traversal map" of the source code, Figure storage form of adjacency list, there are plans stored in the adjacent table code, as well as breadth-fi
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:2272
    • 提供者:熊龙龙
  1. tu

    1下载:
  2. 以邻接表为存储结构,实现连通无向图的深度优先和广度优先遍历。以用户指定的结点为起点,分别输出每种遍历下的结点访问序列。 -To the adjacent table for the storage structures, to achieve connectivity of undirected graph depth-first and breadth-first traversal. To user-specified node as a starting point, respective
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:150597
    • 提供者:feixue_12
  1. adjacency_link

    0下载:
  2. 使用VC建立无向图的邻接表。再通过简单的打印函数遍历整张图,输入各个节点信息。-Establish the adjacency link of the no direction graph based on VC. And then prints the whole graph through the simple print function, and outputs the information of all the nodes.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-04
    • 文件大小:850
    • 提供者:朱特
  1. tu

    0下载:
  2. 、实验目的 1 熟练掌握各种内排序方法,深刻理解排序算法及其执行过程; 2 学会分析各种内排序算法的性能; 3 了解各种排序方法的优缺点,对于实际问题能够选择一种较好的排序方案; 4 熟练掌握图的存储结构; 5 掌握图的邻接矩阵和邻接表表示分别进行深度和广度优先搜索遍历的算法。 6 了解图的最小生成树算法。-Proficiency in the order of search, binary search and index searc
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:2640
    • 提供者:zhangge
  1. graph.yangxu

    0下载:
  2. 熟悉图的存储方式,实现图的邻接矩阵或者邻接表的存储方式下的基本运算,特别是深度遍历和广度遍历;掌握以图为基础的一些常用算法,如最小生成树、拓扑排序、最短路径等。-Familiar with the map of storage practices, and achieve adjacency matrix or adjacency list is stored under the basic operations, especially in the depth and breadth trav
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:254196
    • 提供者:胡顶豪
  1. Traversing_Graph

    0下载:
  2. 树的邻接表表示和邻接矩阵表示,以及图的广度优先和深度优先遍历。-Tree adjacency list representation and adjacency matrix representation, and the graph breadth-first and depth-first traversal.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:300606
    • 提供者:董玉玺
  1. graph

    0下载:
  2. 运用VC++ 编写的图的邻接矩阵存储和邻接表存储,并对图进行遍历-it is the storage of the graph
  3. 所属分类:Graph program

    • 发布日期:2017-04-06
    • 文件大小:1681
    • 提供者:yh
  1. gragh

    1下载:
  2. 程序功能:1.建立无向非连通图的邻接表存储结构,要求顶点个数不少于15个。 2.用DFS及BFS对此邻接表进行遍历,打印出两种遍历的顶点访问顺序。 3.给定图中任意两个顶点v1和v2及整数k,判断是否存在从v1到v2的路径长度 为k的简单路径,若有打印出路径上的顶点序列(要求路径上不含回路)。 (该功能未能实现)-graph
  3. 所属分类:Data structs

    • 发布日期:
    • 文件大小:206574
    • 提供者:lfm
  1. 017

    0下载:
  2. 建立图的邻接表,输出图的邻接表,深度优先遍历,广度优先遍历-CreateGraph,OutputGraph,DFSTraverse, BFSTraverse
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:10533
    • 提供者:张小华
  1. GraphTraversal

    0下载:
  2. 使用c语言,利用数据结构思想建立图的邻接表的存储结构,实现无向图的深度优先遍历和广度优先遍历。以用户指定的顶点为起点,分别输出每种遍历下的顶点访问序列。 设图的顶点不超过30个,每个顶点用一个编号表示(如果一个图有N个顶点,则它们的编号分别为1,2,…,N)。通过输入图的全部边输入一个图,每条边是两个顶点编号对,可以对边依附顶点编号的输入顺序作出限制(例如从小到大)。 -Using c language data structure used to establish the adjac
  3. 所属分类:assembly language

    • 发布日期:2017-04-17
    • 文件大小:200480
    • 提供者:赵胜楠
  1. aaa

    0下载:
  2. 对任意给定的图(顶点数不小于20,边数不少于30,图的类型可以是有向图、无向图、有向网、无向网),能够输入图的顶点和边(或弧)的信息,并存储到相应存储结构(邻接矩阵、邻接表、十字链表、邻接多重表,任选其中两种类型),对自己所创建的图完成以下操作: 对无向图求每个顶点的度,或对有向图求每个顶点的入度和出度(5分) 完成插入顶点和边(或弧)的功能(5分) 完成删除顶点和边(或弧)的功能(5分) 两种存储结构的转换(5分),如果其中一种存储结构为十字链表或邻接多重表则增加5分。
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:7099
    • 提供者:狂孙
  1. graph_C(1)

    2下载:
  2. 建立无向图的邻接矩阵存储;对已经建立的无向图进行深度优先和广度优先遍历操作。建立有向图的邻接表存储;对已经建立的有向图进行深度优先和广度优先遍历操作。 -Establishment of the adjacency matrix storage on the already established undirected graph depth first and breadth-first traversal operation. Establish a table to store th
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:5829
    • 提供者:鼐児
  1. 6_7

    0下载:
  2. 实现数据结构 中图结构的邻接表存储结构算法,以及深度优先遍历算法。(The adjacency table storage structure algorithm for the graph structure in the data structure and the depth first traversal algorithm are realized.)
  3. 所属分类:数据结构

    • 发布日期:2018-01-06
    • 文件大小:1024
    • 提供者:何妞
  1. Lin

    0下载:
  2. 编写程序以邻接矩阵、邻接表两种方式存储指定连通图,并输出存储之后的图。 用深度优先算法和广度优先算法遍历邻接矩阵方式存储的图和邻接表方式存储的图。(The program stores the designated connected graphs in two ways of adjacency matrix and adjacency list, and outputs the graph after storage. Using depth first and breadth firs
  3. 所属分类:易语言编程

    • 发布日期:2018-01-09
    • 文件大小:15360
    • 提供者:慕潇潇
  1. sy10(1)

    0下载:
  2. 图的存储结构与遍历 (1)画出如图(1)所示无向图的邻接矩阵和邻接表,列出该图的广度优先遍历和深度优先遍历结果(选定A为出发点进行遍历)。 (2)画出如图(2)所示有向图的邻接矩阵和邻接表,列出该图的广度优先遍历和深度优先遍历结果(选定A为出发点进行遍历)(The storage structure of the graph and traversal (1) draw the adjacency matrix and adjacency list of the und
  3. 所属分类:其他

    • 发布日期:2018-04-18
    • 文件大小:114688
    • 提供者:找HDOP
  1. 图的遍历

    1下载:
  2. 构造图的邻接表,实现图的深度优先和广度优先算法。(Structure graph adjacency table, graph depth first and breadth-first algorithm.)
  3. 所属分类:Windows编程

« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com